Q3Box_SetOrientation
You can use theQ3Box_SetOrientation
function to set the orientation of a box.
TQ3Status Q3Box_SetOrientation ( TQ3GeometryObject box, const TQ3Vector3D *orientation);
box
- A box.
orientation
- The desired orientation of the specified box.
DESCRIPTION
TheQ3Box_SetOrientation
function sets the orientation of the box specified by thebox
parameter to that specified in theorientation
parameter.